POST
Get Users
http://localhost/easyweb.com/api/user/all

Username : electrocom
Password : electrocom

Request:

type: U

Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "Users Data.",
    "data": [
        {
            "id": 6,
            "ownerid": 0,
            "type": "O",
            "clientid": "CLI123456789",
            "name": "Owner 2",
            "username": "owner2",
            "email": "owner2@gmail.com",
            "email_verified_at": null,
            "user_type": "owner",
            "mobile": "9874563210",
            "city": "Rajkot",
            "stateid": 12,
            "area": "Ashram Road",
            "add1": "Usmanpura",
            "add2": "Usmanpura",
            "pin": "360006",
            "compname": "Owner 2 Company",
            "prefession": "CA",
            "gstin": "GST123456",
            "gstinfile": "gstfile-20250529112548.pdf",
            "panno": "PAN123456",
            "eo": 1,
            "e": 1,
            "t": 1,
            "a": 1,
            "c": 1,
            "eg": 1,
            "ea": 1,
            "eosrno": "EO1234",
            "egsrno": "EG1234",
            "easrno": "EA1234",
            "status": 1,
            "isbloked": 0,
            "blokedat": null,
            "created_at": "2025-05-29T05:55:48.000000Z",
            "updated_at": "2025-05-29T05:55:48.000000Z",
            "blockedat": null,
            "createdat": "29/05/2025 11:25:48",
            "updatedat": "29/05/2025 11:25:48",
            "full_name": " "
        },
        {
            "id": 7,
            "ownerid": 6,
            "type": "U",
            "clientid": "CLI123456785",
            "name": "User 21",
            "username": "user21",
            "email": "user21@gmail.com",
            "email_verified_at": null,
            "user_type": "user",
            "mobile": "9874563210",
            "city": "Rajkot",
            "stateid": 12,
            "area": "Ashram Road",
            "add1": "Usmanpura",
            "add2": "Usmanpura",
            "pin": "360006",
            "compname": "User 21 Company",
            "prefession": null,
            "gstin": "GST123451",
            "gstinfile": "gstfile-20250529113212.pdf",
            "panno": "PAN123456",
            "eo": 1,
            "e": 1,
            "t": 1,
            "a": 1,
            "c": 1,
            "eg": 1,
            "ea": 1,
            "eosrno": "EO1234",
            "egsrno": "EG1234",
            "easrno": "EA1234",
            "status": 1,
            "isbloked": 0,
            "blokedat": null,
            "created_at": "2025-05-29T06:02:12.000000Z",
            "updated_at": "2025-05-31T04:52:57.000000Z",
            "blockedat": null,
            "createdat": "29/05/2025 11:32:12",
            "updatedat": "31/05/2025 10:22:57",
            "full_name": " "
        },
        {
            "id": 8,
            "ownerid": 0,
            "type": "O",
            "clientid": "CLI123456785",
            "name": "Owner 1",
            "username": "owner1",
            "email": "owner1@gmail.com",
            "email_verified_at": null,
            "user_type": "owner",
            "mobile": "9874563210",
            "city": "Rajkot",
            "stateid": 12,
            "area": "Ashram Road",
            "add1": "Usmanpura",
            "add2": "Usmanpura",
            "pin": "360006",
            "compname": "Owner 1 Company",
            "prefession": null,
            "gstin": "GST123456",
            "gstinfile": "gstfile-20250530094803.pdf",
            "panno": "PAN123456",
            "eo": 1,
            "e": 1,
            "t": 0,
            "a": 0,
            "c": 0,
            "eg": 0,
            "ea": 1,
            "eosrno": "EO1234",
            "egsrno": null,
            "easrno": "EA1234",
            "status": 1,
            "isbloked": 0,
            "blokedat": null,
            "created_at": "2025-05-30T04:18:03.000000Z",
            "updated_at": "2025-05-31T13:10:02.000000Z",
            "blockedat": null,
            "createdat": "30/05/2025 09:48:03",
            "updatedat": "31/05/2025 18:40:02",
            "full_name": " "
        },
        {
            "id": 9,
            "ownerid": 8,
            "type": "U",
            "clientid": "CLI123456789",
            "name": "User 11",
            "username": "user11",
            "email": "user11@gmail.com",
            "email_verified_at": null,
            "user_type": "user",
            "mobile": "9874563210",
            "city": "Rajkot",
            "stateid": 12,
            "area": "Ashram Road",
            "add1": "Usmanpura",
            "add2": "Usmanpura",
            "pin": "420012",
            "compname": "User 11 Company",
            "prefession": null,
            "gstin": "GST123456",
            "gstinfile": "gstfile-20250530113709.pdf",
            "panno": "PAN123456",
            "eo": 1,
            "e": 1,
            "t": 0,
            "a": 0,
            "c": 0,
            "eg": 0,
            "ea": 1,
            "eosrno": "EO1234",
            "egsrno": null,
            "easrno": "EA1234",
            "status": 1,
            "isbloked": 0,
            "blokedat": null,
            "created_at": "2025-05-30T06:07:09.000000Z",
            "updated_at": "2025-05-30T06:15:12.000000Z",
            "blockedat": null,
            "createdat": "30/05/2025 11:37:09",
            "updatedat": "30/05/2025 11:45:12",
            "full_name": " "
        }
    ]
}